home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / ace102.lha / INSTALLATION < prev    next >
Text File  |  1993-03-04  |  992b  |  35 lines

  1.  
  2. Installation
  3. ------------
  4. Starting with the supplied archive, you just need to "unarc" it thus:
  5.  
  6.     lha -a x ace
  7.  
  8. after cd'ing to a blank ACE disk or hard disk directory you've created. 
  9.  
  10. The appropriate directories (bin,lib,include,docs,prgs,run,icons) and 
  11. files will be created from the archive.
  12.  
  13. Then add the following lines to your user-startup or startup-sequence script:
  14.  
  15.     assign ACE: <volume or directory name>
  16.     path ACE:bin add
  17.  
  18. where <volume or directory name> is the name of the disk or directory where
  19. the ACE files now reside.
  20.  
  21. In addition, you need to add three more statements to your startup-sequence
  22. or user-startup script:
  23.  
  24.     assign ACElib:        - bas uses this for linked libraries.
  25.     assign ACEbmaps:    - ace uses this for .bmap files.
  26.     assign ACEinclude:     - app uses this for include files.
  27.  
  28. Typically, they will be something like this:
  29.  
  30.     assign ACElib:        ACE:lib
  31.     assign ACEbmaps:   ACE:bmaps
  32.     assign ACEinclude: ACE:include
  33.  
  34. That's it! Now reboot your Amiga and you're away.
  35.